/* GENERAL */

*
{
    margin:0;
    padding:0;
}
body
{
    font-family:'Cambria Math';
}
p
{
    font-family:'Adobe Devanagari';
}
.bi-circle-fill
{
    font-size: 15px;
    margin-right:10px;
}
.know-more
{
    width:220px;
    height:60px;
    background-color: #6765d5ff;
    border-radius:50px;
    transition: transform .3s;
}
.know-more:hover
{
    transform : scale(1.1);
    -ms-transform : scale(1.1);
    -webkit-transform : scale(1.1);
    background-color: #000;
    border: 2px solid #6765d5ff;
}
.know-more h3
{
    line-height:60px;
    color:#fff
}
.know-more a
{
    text-decoration: none;
    text-align: center;
    transition : all 0.3s ease-in 0s;
}
.know-more a h3:hover
{
    color:#fff;
}

/* TOP */

#top {
    position: relative;
    overflow: hidden;
    /* margin-bottom:20px; */
  }
  
  .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/main-bg/main-img.jpg') no-repeat center;
    background-size: cover;
    filter: brightness(0.6);
  }
  
  .text-content {
    position: relative;
    z-index: 1;
    color: white;
    padding: 20px;
  }
  
  
/* NAVBAR */
nav
{
    background-color: #444;
}
.navbar-brand
{
    margin: 0 auto;
}
.navbar img
{
    width:50px;
}
.navbar-toggler
{
    border:none;
    transition: transform .3s;
}
.navbar-toggler:hover
{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
.navbar-toggler:focus
{
    box-shadow: none;
}
.bi-list
{
    color:#fff;
    font-size: 40px;
    transition: all 0.2s ease-in 0s;
}
.bi-list:hover
{
    color:#6765d5ff;
}
.offcanvas
{
    width:80% !important;
    /* height:330px !important; */
    margin:0 auto;
    background: #444;
    text-align: center;
}
.navbar-nav a
{
    color:#fff;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s ease-in 0s;
}
.navbar-nav a:hover
{
    color:#6765d5ff !important;
}
.offcanvas .contact
{
    width:200px;
    height:auto;
    margin-left:20px;
    background-color: #6765d5ff;
    border-radius:50px;
    transition: transform .3s;  
}
.offcanvas .contact:hover
{
    transform : scale(1.01);
    -ms-transform : scale(1.01);
    -webkit-transform : scale(1.01);
    background-color: #fff;
    border: 2px solid #6765d5ff;
}
.offcanvas-body
{
    margin:0 auto;
}
.offcanvas-body li
{
    margin-right:10px;
}

/* MAIN IMAGE */
 
#main-image h1
{
    color:#fff;
    padding : 200px 0 10px;
    font-size: 50px;
}
#main-image h2
{
    color:#fff;
}
#main-paragraph
{
    margin-bottom:70px;
}
#quote
{
    width:250px;
    height:60px;
    /* background-color: #fff; */
    background-color: #6765d5ff;
    border-radius:50px;
    /* margin-bottom:70px; */
    margin-bottom:130px;
    transition: transform .3s;
}
#quote:hover
{
    transform : scale(1.1);
    -ms-transform : scale(1.1);
    -webkit-transform : scale(1.1);
    background-color: #fff;
    border: 2px solid #6765d5ff;
}
#quote h3
{
    line-height:60px;
    color:#fff
}
#quote a
{
    text-decoration: none;
    text-align: center;
    transition : all 0.3s ease-in 0s;
}
#quote a h3:hover
{
    color:#6765d5ff;
}

/* TEXT */

#text
{
    padding: 80px 0 20px;
    background-color: #faf8f8;
}
#text .col-md-8
{
    margin: 0 auto;
}
.title h1,h3
{
    font-weight: bold;
    padding-bottom: 20px;
}
.paragraph
{
    padding-bottom: 20px;
}
.paragraph p
{
    line-height: 25px;
}
#text img
{
    width: 70%;
}
.img-container
{
    text-align: center;
}
#conclusion-img img
{
    width: 100%;
}
#text h4
{
    margin-top: 20px;
    border-top: 1px solid #444;
    padding: 20px 0;
}
.related-post-img
{
    margin-bottom: 20px;
}

/* MAPS */

#maps
{
    margin-bottom: 60px;
}

/* CONTACT */
#getintouch
{
    margin-top: 40px;
    padding:50px 0;
    background-color: #faf9f9;
}
#contact-details
{
    width:100%;
    margin-bottom: 40px;
}
#contact-details h6
{
    margin-bottom: 20px;
}
#contact-details h1
{
    margin-bottom: 20px;
}
#contact-p
{
    margin-bottom: 60px;
}
.mini-divider
{
    margin-bottom: 10px;
}
#location
{
    color: #000;
    transition: color 0.3s ease-in 0s;
}
#location:hover
{
    color: #6765d5;
}
.details-a
{
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease-in;
}
.details-a:hover
{
    color: #6765d5
}
/* FORMULAIRE */
#form
{
    background-color: #fff;
    padding:30px 20px;
    width:100%;
    box-shadow: 1px 1px 3px #ccc;
}
#form h1
{
    margin-bottom: 30px;
}

#form input[type=text], input[type=email], input[type=tel], textarea
{
    border: none;
    border-bottom: 2px solid;
    width:100%;
    color : #000;
    outline: none;
    border-image: linear-gradient(to left, transparent 0%, #6765d5 100%) 1;
    transition: border-image 0.5s ease-out;
    overflow: hidden;
}
/* STYLE DE LA BORDURE AU SURVOL */
#form input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, textarea:hover
{
    border-image: linear-gradient(to right, transparent 0%, #6765d5 100%) 1;
}
/* STYLE DE LA BORDURE AU CLIC */
#form input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus
{
    border-image: linear-gradient(to left, #6765d5, #fff);
    border-image-slice:1;
    outline: none;
}

#form input::placeholder, textarea::placeholder
{
    color:#000;
}
#form input[type=submit]
{
    color:#fff;
}
#submit
{
    width:100%;
    background-color: #000;
    height:50px;
    position: relative;
}
.comments
{
    color: rgb(171, 65, 65);
    margin: 5px 0 40px;
    height: 25px;
}
.required
{
    font-weight: bold;
    font-size: 20px;
    color: rgb(171, 65, 65);
}
.submitted
{
    text-align: center;
    color: #444;
    font-size: 20px;
    padding-top : 20px;
    font-weight: bold;
}
/* FOOTER */

footer
{
    padding:50px 0 130px;
    background: url('images/footer/footer-bg.png') no-repeat bottom center;
    background-size:cover;
}
#footer-first
{
    padding-bottom:20px;
}
#footer-a
{
    padding-top:30px;
}
#branding-footer img
{
    width:80px;
}
.footer-link
{
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-in-out 0s;
}
.footer-link:hover
{
    color: #6765d5;
}
/* FOOTER SECOND */
#footer-second
{
    color:#fff;
    padding: 50px 0;
}
#footer-second h3
{
    color:#fff;
    margin-bottom: 20px;
    text-align: center;
}
#footer-newsletter #newsletter
{
    background-color: #000;
    color:#fff;
    border: 2px solid #fff;
    /* padding: 5px 0 5px 20px; */
    padding: 5px 0;
    width:60%;
}
#footer-newsletter input::placeholder
{
    color:#fff;
}
#subscribe
{
    float:right;
    display: inline;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 5px 0;
    color:#000;
    width:40%;
}
.comment
{
    margin-top: 5px;
    color: #6765d5;
    font-style: italic;
    height: 25px;
}
/* QUICK LINK */
#quick-link
{
    margin-bottom: 20px;
    text-align: center;
}
#quick-link a
{
    display: block;
    margin: 0 auto;
    width:fit-content;
    text-decoration: none;
    color:#fff;
    transition: color 0.3s ease-in-out 0s;
}
#quick-link a:hover
{
    color: #6765d5;
}
#company
{
    margin-bottom: 20px;
}
#company a
{
    display: block;
    margin: 0 auto;
    width:fit-content;
    text-decoration: none;
    color:#fff;
    transition: color 0.3s ease-in-out 0s;
}
#company a:hover
{
    color: #6765d5;
}
#follow-us
{
    margin-bottom: 20px;
    text-align: center;
}
.bi-facebook
{
    margin-right:10px;
    font-size: 25px;
    color:#fff;
}

/* FOOTER END */
#footer-end
{
    color:#fff;
}
#footer-end .row
{
    margin : 0 auto;
    text-align: center;
}
#footer-end a
{
    text-decoration:none;
    color: #fff;
    transition : all 0.5s ease;
}
#footer-end a:hover
{
    color:#6765d5;
}
